Make combobox menu popdown keybindable (#433593)
authorCarlos Garnacho <carlos@imendio.com>
Fri, 18 May 2007 11:33:13 +0000 (11:33 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Fri, 18 May 2007 11:33:13 +0000 (11:33 +0000)
commit1dc2df1565f99772849e24ce361bdef0788997aa
treef31663cd6a1e7ef05de45b273975ca4e31891e10
parentb2128325cca64aba6d63958c55137e7b4a819908
Make combobox menu popdown keybindable (#433593)

2007-05-18  Carlos Garnacho  <carlos@imendio.com>

        Make combobox menu popdown keybindable (#433593)

        * gtk/gtkcombobox.c (gtk_combo_box_class_init): Add "popdown" binding
        signal and keybindings.
        (gtk_combo_box_real_popdown): Added, "popdown" keybinding signal
        handler.
        (gtk_combo_box_menu_key_press):
        (gtk_combo_box_list_key_press): forward the event to the combobox if
        it wasn't handled by the menu.

svn path=/trunk/; revision=17861
ChangeLog
gtk/gtkcombobox.c